From: Glenn Morris Date: Wed, 22 Jul 2009 02:54:54 +0000 (+0000) Subject: (AC_PREREQ): Require autoconf 2.62. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~11352 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=e7ea98cffa046f33422a7b50c5fea5203d2d6ba5;p=emacs.git (AC_PREREQ): Require autoconf 2.62. --- diff --git a/ChangeLog b/ChangeLog index f5f7ec27858..0234d25139b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-07-22 Glenn Morris + + * configure.in (AC_PREREQ): Require autoconf 2.62. + 2009-07-04 Andreas Schwab * configure.in (--enable-checking, --enable-profiling): Use diff --git a/configure.in b/configure.in index b6257a5b067..f4096db294e 100644 --- a/configure.in +++ b/configure.in @@ -21,7 +21,7 @@ dnl dnl You should have received a copy of the GNU General Public License dnl along with GNU Emacs. If not, see . -AC_PREREQ(2.61) +AC_PREREQ(2.62) AC_INIT(emacs, 23.1.50) AC_CONFIG_HEADER(src/config.h:src/config.in) AC_CONFIG_SRCDIR(src/lisp.h)